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

Fix cronjobs by use scheduler #41

Merged
merged 3 commits into from
Apr 22, 2023
Merged

Fix cronjobs by use scheduler #41

merged 3 commits into from
Apr 22, 2023

Conversation

mjanez
Copy link
Owner

@mjanez mjanez commented Apr 22, 2023

Schedule a recurring task to run at a specific time interval and check if gunicorn is running. Kill any gunicorn process with "gunicorn" or "pycsw.wsgi:application" in its name or command line.

mjanez added 3 commits April 21, 2023 09:30
Schedule a recurring task to run at a specific time interval and check if gunicorn is running. Kill any gunicorn process with "gunicorn" or "pycsw.wsgi:application" in its name or command line.
@mjanez mjanez added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request labels Apr 22, 2023
@mjanez mjanez self-assigned this Apr 22, 2023
@mjanez mjanez merged commit 0b4f82f into master Apr 22, 2023
@mjanez mjanez linked an issue Apr 24, 2023 that may be closed by this pull request
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Load data into datastore
1 participant