Handle deployment auctions in a separate process #21

Merged
ashwin merged 3 commits from deep-stack/webapp-deployment-status-api:pm-separate-auctions into main 2024-10-25 09:00:47 +00:00
Showing only changes of commit a65c01a423 - Show all commits

View File

@ -2,6 +2,7 @@
if [ "$RUN_AUCTIONS_HANDLER" = "true" ]; then if [ "$RUN_AUCTIONS_HANDLER" = "true" ]; then
exec "./scripts/handle-auctions.sh" exec "./scripts/handle-auctions.sh"
exit
fi fi
function is_privileged { function is_privileged {