YuukanOO / seelf

Lightweight self-hosted deployment platform written in Go
https://yuukanoo.github.io/seelf/
GNU General Public License v3.0
212 stars 7 forks source link

Worker pool #4

Closed YuukanOO closed 11 months ago

YuukanOO commented 1 year ago

Support multiple workers to enable multiple deployments or tasks to be run in parallel.

We should add a unique job key to prevent multiple worker to pick the same type of job (deployment for the same app and env for example).

YuukanOO commented 11 months ago

:tada: This issue has been resolved in version 1.1.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: