pelican-dev / docs

Documentation site for Pelican Panel
https://docs-peli.vercel.app
25 stars 24 forks source link

Move queue worker section to "getting started" and update redis guide #36

Closed Boy132 closed 3 months ago

Boy132 commented 3 months ago

The queue worker is always required, not just with redis. Without the queue worker no notifications are sent and schedules are stuck in processing.

I also removed the sleep flag for queue:work to allow task delays < 3 seconds. (ref https://github.com/pterodactyl/panel/issues/4991#issuecomment-1929022113)