You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently supervisor is the suggested way to run the harvest workers. The recurring triggering of harvests is done via a cron job. Docker is becoming more common for CKAN deployments and cron can require setup to run within the container. An alternative approach that may simplify setup could be to allow harvester to run via supervisor in an event listener mode and receive events like TICK_3600 or TICK_60 to initiate the harvest jobs.
The text was updated successfully, but these errors were encountered:
Currently supervisor is the suggested way to run the harvest workers. The recurring triggering of harvests is done via a cron job. Docker is becoming more common for CKAN deployments and cron can require setup to run within the container. An alternative approach that may simplify setup could be to allow harvester to run via supervisor in an event listener mode and receive events like TICK_3600 or TICK_60 to initiate the harvest jobs.
The text was updated successfully, but these errors were encountered: