mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 07:25:56 +03:00
[GH-ISSUE #385] [QUESTION] Production ready ? #2192
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2192
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @thejosk on GitHub (Jan 24, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/385
Originally assigned to: @hibiken on GitHub.
Hi @hibiken,
First of all, thanks for this amazing library, excellent job.
We plan to use this library for background job processing for a new project in our company (>10 years in the industry). I know you've mentioned in https://github.com/hibiken/asynq#stability-and-compatibility that there could be breaking changes until a major version is released, I'm wondering if anything has changed and how breaking could this changes be?, What would you suggest ?
Thanks again.
@hibiken commented on GitHub (Jan 24, 2022):
Hi @thejosk, thank you for posting this question!
I believe that README needs an update, since the library is quite stable at this point.
Breaking changes are rare at this point, and if we need to make such changes, we document thoroughly in the release notes and CHANGLOG. So as long as you use go.mod to specify the version number for asynq, it's unlikely to break your application.
Also, if we make changes in the schema we use to store tasks and metadata in redis, we provide the
migratecommand via the CLI to upgrade to a new version (but I don't foresee any such change coming in the future at this point).Please let me know if you have more concerns or follow up questions 👍
@thejosk commented on GitHub (Jan 24, 2022):
Awesome, thank you. Closing this for now.