Martin Gruner

Results 109 comments of Martin Gruner

Ok, but that would work without a full app reload, hopefully.

Action cable initializer relies on configured FQDN and HTTP type. It might not work without a reload.

@YetAnotherGerrit we identified another new issue [coordination-scrum/issues/214](https://github.com/zammad/coordination-scrum/issues/214) which should also be addressed as part of this story. It's about safe shutdown handling in the background worker. We added it as...

### Result of https://github.com/zammad/coordination-scrum/issues/192 investigation - Please see the sub-issue for technical details. - We found that a restart is not technically required. It would be possible to implement process...

@klml what do you think about this one? I hope we could do this without a major release.

https://www.reddit.com/r/rails/comments/1j4pt0p/long_running_taskprocess_that_needs_to_exist/ One idea could be to define recuring tasks for our long-running jobs. We'd need to verify that execution is suspended as long as the task is running. But that...

There's one important memory consideration to make: > Solid Queue's supervisor will fork a separate process for each supervised worker/dispatcher/scheduler. This might be problematic in Hosted and/or in environments with...