Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ init_diagram: |
"bookstack:latest" <- Base Images
# changelog
changelogs:
- {date: "05.08.26:", desc: "Run the async queue worker as the PUID/PGID-managed abc user."}
- {date: "05.07.26:", desc: "Rebase to Alpine 3.24."}
- {date: "29.04.26:", desc: "Switch to pulling releases from [Codeberg](https://codeberg.org/bookstack/bookstack)."}
- {date: "28.12.25:", desc: "Rebase to Alpine 3.23."}
Expand Down
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/svc-queue-worker/run
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

echo "*** Starting Async Action Queue ***"

exec /usr/bin/php /app/www/artisan queue:work --sleep=3 --tries=1 --max-time=3600
exec /usr/bin/s6-setuidgid abc /usr/bin/php /app/www/artisan queue:work --sleep=3 --tries=1 --max-time=3600
Loading