bmoers / sn-cicd

CICD Server for Service-Now
GNU Lesser General Public License v3.0
44 stars 36 forks source link

Dev/db job queue #104

Closed bmoers closed 3 years ago

bmoers commented 3 years ago

To support HA setup with multiple server nodes, the job queue is now in the DB.

Jobs can run exclusively (based on the exclusiveId) to e.g. avoid parallel deployments of the same app. Job status page on dashboard is updated with job server (serverHash) information.