feat: deregister worker on close
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -22,3 +22,7 @@ SET
|
||||
WHERE
|
||||
worker_id = $1;
|
||||
|
||||
-- name: DeregisterWorker :exec
|
||||
DELETE FROM worker_register
|
||||
WHERE
|
||||
worker_id = $1;
|
||||
|
Reference in New Issue
Block a user