Skip to content

Define sane Oban Worker timeouts

feld requested to merge oban-timeouts into develop

I just hit an issue where my federated timeline was dead and I discovered that all 5 items in my :federator_incoming queue were stuck.

Turns out that Oban has a default timeout of :infinity

I was able to do this code fix live and get my instance back to normal without needing to restart it 🎉

Merge request reports