-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete AutoPiTaskService, which isn't used anywhere anymore once /upd… #336
Conversation
I thought we used the autopi task service to set the template? |
I'm not super familiar with how that works, but the only other task available on this struct is Template association seems to be a plain call with no identifier or anything attached. Maybe we get a callback of some sort? @JamesReate could you chime in? |
@JamesReate Giving this a nudge. |
@@ -46,7 +47,6 @@ require ( | |||
github.com/swaggo/swag v1.16.3 | |||
github.com/testcontainers/testcontainers-go v0.27.0 | |||
github.com/tidwall/gjson v1.17.0 | |||
github.com/vmihailenco/taskq/v3 v3.2.8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yay
yeah this is good to remove - was only used to apply the update and keep track of that. |
…ate is gone
I wish this meant that we could kill Redis but alas.
We can, however, get rid of our forked version of taskq.