|
examples/base
|
feat: optional retry
|
2023-09-17 21:03:52 +08:00 |
|
.gitattributes
|
feat: initial commit
|
2023-08-25 19:12:47 +08:00 |
|
.gitignore
|
feat: initial commit
|
2023-08-25 19:12:47 +08:00 |
|
able.go
|
feat: add OnBeforeRetry hook
|
2023-10-07 13:14:09 +08:00 |
|
base.go
|
feat: rename status to state
|
2023-11-20 14:42:59 +08:00 |
|
errors.go
|
feat: unrecoverable error
|
2023-09-26 19:21:36 +08:00 |
|
go.mod
|
chore: update package reference
|
2025-06-13 09:36:29 +08:00 |
|
go.sum
|
chore: update package reference
|
2025-06-13 09:36:29 +08:00 |
|
hook.go
|
feat: add OnBeforeRetry hook
|
2023-10-07 13:14:09 +08:00 |
|
LICENSE
|
feat: initial commit
|
2023-08-25 19:12:47 +08:00 |
|
manager.go
|
chore: update package reference
|
2025-06-13 09:36:29 +08:00 |
|
manager_test.go
|
chore: update package reference
|
2025-06-13 09:36:29 +08:00 |
|
option.go
|
feat: support persist reading and writing function (#3)
|
2024-08-01 22:18:26 +08:00 |
|
README.md
|
feat: initial commit
|
2023-08-25 19:12:47 +08:00 |
|
state.go
|
chore: rename status to state
|
2023-11-29 20:04:43 +08:00 |
|
task.go
|
feat: add Info interface
|
2023-11-20 16:59:16 +08:00 |
|
utils.go
|
feat: rename status to state
|
2023-11-20 14:42:59 +08:00 |
|
worker.go
|
feat: support changing the number of workers (#5)
|
2025-01-27 20:15:38 +08:00 |