Scheduling Crawl jobs? Like cron jobs #1800
Unanswered
younissk
asked this question in
Forums - Q&A
Replies: 1 comment
-
|
From my point of view, scheduling feels like an orchestration concern rather than a crawling concern unless the product is intentionally becoming a persistent job runner. The crawler itself mainly needs idempotent invocation, clear job status, and a clean API boundary that an external scheduler can drive reliably. If those primitives are strong, cron-like behavior can stay outside the core without users losing anything important. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there some capability to schedule Crawl jobs on the docker service, like cron jobs? E.g. Crawl this website every x minutes or once a day at 5pm? Or does this require a wrapper?
Beta Was this translation helpful? Give feedback.
All reactions