← Graph

Scheduling granularity vs HYA

question 3 connections

Former HYA user asks whether Geneva Drive needs something always polling for scheduled work. Julik: Geneva Drive has no scheduler of its own — it uses whatever granularity the Active Job adapter supports. If your adapter honors 1-second waits and your queue is fast enough, that's the resolution you get; `perform_later` on a well-provisioned queue runs 'quasi-immediately'.

answer_summary
No custom scheduler — Geneva Drive inherits the granularity of the active-job adapter, so waits are as fine as the adapter supports.
question Scheduling granularity vs HYA
about
Geneva Drive project
Clarifies Geneva Drive's scheduler model.
question Scheduling granularity vs HYA
about
HYA tool
Compares Geneva Drive's lack of scheduler to HYA's campaign scheduling.
question Scheduling granularity vs HYA
asked_at
Final Q&A question from a former HYA user.

Provenance