We have updated our Terms of Service, Code of Conduct, and Addendum.

Script source in a distributed environment - Run once to avoid duplicates?

I created a script source in a distributed environment that pulls past x mins of logs from an API. Does it run on multiple worker nodes? If yes, is there a way to make sure it only runs on one node at a time to avoid duplicates?

Answers