#4985 -- Fix worker task not working on Ansible.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-01-15 18:45:12 -06:00
parent fd026a3bbc
commit b91729a488
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
3 changed files with 3 additions and 2 deletions

View File

@ -34,7 +34,7 @@ else
fi
APP_ENV="${APP_ENV:-production}"
UPDATE_REVISION="${UPDATE_REVISION:-71}"
UPDATE_REVISION="${UPDATE_REVISION:-72}"
echo "Updating AzuraCast (Environment: $APP_ENV, Update revision: $UPDATE_REVISION)"

View File

@ -1,3 +1,4 @@
* * * * * php {{ www_base }}/bin/console azuracast:sync:run
*/5 * * * * php {{ www_base }}/bin/console azuracast:sync:nowplaying --timeout=300
*/5 * * * * php {{ www_base }}/bin/console queue:process 275
0 */6 * * * tmpreaper 12h /var/azuracast/stations/*/temp

View File

@ -55,7 +55,7 @@
when: update_revision|int < 13
- role: "azuracast-cron"
when: update_revision|int < 71
when: update_revision|int < 72
- role: "azuracast-build"