Skip to content

Commit

Permalink
feat: add cron server
Browse files Browse the repository at this point in the history
  • Loading branch information
limes-cloud committed Apr 18, 2024
1 parent 0ad787d commit ae99456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/factory/task/task.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func (t *Factory) exec(msg *message) {

func (t *Factory) lockScheduler(id uint32, spec string) func() {
return func() {
if !t.closer.Load() {
if t.closer.Load() {
return
}

Expand Down

0 comments on commit ae99456

Please sign in to comment.