Commit graph

4 commits

Author SHA1 Message Date
loks0n
55fbd77bf1 fix: task subprocesses 2025-12-30 09:13:26 +00:00
Steven Nguyen
6d55299836
Revert "worker: Graceful shutdown on SIGTERM" 2025-06-20 18:40:04 -07:00
Fabian Gruber
8d5d9dc463 chore: use exec to replace /bin/sh shell with the actual program 2025-05-30 13:53:08 +02:00
Steven Nguyen
75f7459c40
Create a dedicated upgrade task
Before, we used the same command for both installation and upgrades.
This lead to problems because developers would try to upgrade in the
wrong folder and end up creating a new installation.

This new upgrade command validates the existence of an existing
installation before proceeding with the upgrade to ensure no new
installation is created when upgrading.
2023-08-30 09:55:18 -07:00