Closed mamantoha closed 1 year ago
Adding
while Mosquito::Runner.keep_running
sleep 1
end
after Mosquito::Runner.start
fixed the issue.
@mamantoha thanks for the quick report back! Are you running a dedicated process to trigger Mosquito::Runner.start?
Oh, yeah, was just about to post this :joy: Yeah, just deployed the latest this morning and all jobs stopped. Let me know if I can help test anything
Same here; I've banged my head against the wall for the past few hours. 😄️ In development there was no output at all from the worker so I figured something changed. Let me know if you need me to test something!
Hi @jwoertink @wout. Fixed here https://github.com/mosquito-cr/mosquito/pull/115
Mosquito is completely broken after the 1.0.1 release. You can see this straightforward code to reproduce the issue.
Output:
No issue before 8dc8629cc3163c60a90f95004d26661634c7e4a0
Crystal version: 1.9.2 Mosquito Shard version: 1.0.1 (or master)