|
|
|
|
|
by sergF
105 days ago
|
|
Yeah, this is pretty much what I end up doing as well. It works, but I keep rewriting the same task table / locking / retry logic in every project, which is why I'm wondering if it makes sense to move this out into a separate service. Not sure if it's actually a real problem or just my workflow though. |
|
Import it into your projects.
Make the library work standalone. But also build a task manager service that people can deploy if they want to run it outside their code.
Then offer a hosted solution that does the webhooks.
I’m sure someone will want to pay for it.