Webador / SlmQueue

Laminas / Mezzio module that integrates with various queue management systems.
Other
138 stars 57 forks source link

Add section about problems with long running workers #214

Closed MatthiasKuehneEllerhold closed 6 years ago

MatthiasKuehneEllerhold commented 6 years ago

Adds a section about problems with long running workers.

See https://github.com/JouwWeb/SlmQueue/issues/177 and https://github.com/JouwWeb/SlmQueue/issues/130 for further discussions.

@roelvanduijnhoven Is the suggestion OK? The WorkerManagement docs are specialized in supervisord. I'd like to add a section for using systemd instead since a lot of system have it pre-installed.

MatthiasKuehneEllerhold commented 6 years ago

Any opinion about supervisord and systemd?

roelvanduijnhoven commented 6 years ago

Having both would be super useful :). So :+1:

MatthiasKuehneEllerhold commented 6 years ago

I've added the section about using systemd with 1 and multiple workers. We're using the first part in production and it works flawlessly. I've tested the section about using multiple workers in a test environment and it works. But I've got no practical experience with it and I'm no systemd expert. Maybe I should prefix the section with "experimental" or something like that? Is any systemd expert here and can proof-read it please?

roelvanduijnhoven commented 6 years ago

@MatthiasKuehneEllerhold No that looks fine to me :), thank you very much.

Will merge this in the docs; and mention it in the changelog for the new release.