This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Stephen Margheim
fractaledmind.bsky.social
did:plc:h6bn3rru23cnhckc4a25ekz2
Heads up when testing ActiveJob:
`perform_enqueued_jobs` creates odd situations when testing retries, because it performs the jobs immediately on the call to `enqueue`.
`flush_enqueued_jobs until enqueued_jobs.empty?` creates much more realistic scenarios, as it enqueues then performs.
2024-10-25T09:27:14.688Z