Commit Graph

5 Commits

Author SHA1 Message Date
48fac0237a fix!: closing errChan channel
it also check if context is canceld and if its so, it will not trying to
send to it work function error.

BREAKING CHANGE: it also takes now logr.Logger and stores it in the
Dispatcher
2022-05-17 13:22:18 +02:00
22edc0f9f5 feat: adds retry middleware
it retries work until ctx.Done chan receives something.
2022-03-29 11:42:17 +02:00
b1d12f53b0 workgroups.NewDispatcher takes a queue size
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2021-10-07 13:55:22 +02:00
15d8f9d5ce Start doesnt take context no more. also use NewJob for creating workload 2021-09-27 10:44:58 +02:00
06f1ce010a test: adds a example
All checks were successful
continuous-integration/drone/push Build is passing
2021-09-25 14:39:16 +02:00