Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a pidfile check on startup #131

Open
RaphaelWimmer opened this issue May 20, 2014 · 1 comment
Open

Add a pidfile check on startup #131

RaphaelWimmer opened this issue May 20, 2014 · 1 comment

Comments

@RaphaelWimmer
Copy link
Member

Currently, two or more concurrently running bots may taint each others data (see e.g. issue #112).
In order to avoid more than one bot running at a time, implement a standard PID file check at startup.
PID lock

@RaphaelWimmer RaphaelWimmer assigned erlehmann and unassigned erlehmann May 20, 2014
@Daniel-Mietchen
Copy link
Member

Now implemented in the cron job, as per a06d349 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants