Replies: 1 comment
-
The generic schema for tasks is the A backend can just accept the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background: I'm implementing my own SQS backend and worker for tasks. It would be nice to have a generic schema defined to serialize and deserialize tasks to and from. I think this would cut down on idiosyncrasies between each backend implementation. This could also lead itself to a generic worker implementation that reads from whatever backend.
For example
Beta Was this translation helpful? Give feedback.
All reactions