You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be fantastic if a documentation page existed that explained exactly the steps that a third-party library would have to implement to produce a compatible worker.
Use Case
Most ML or scientific code is written in Python. It would be phenomenal if I could trigger Python jobs using SolidQueue in Rails. The Python library would only need to implement a small subset of SolidQueue, enough to pick up a job and process it.
The text was updated successfully, but these errors were encountered:
Hey @tcwalther, @pyrat, sorry for the delay commenting here! I wasn't sure about what exactly you'd need from here because Solid Queue works and conforms to Active Job, so it sounds like you're asking about writing a queue system compatible with Active Job?
It would be fantastic if a documentation page existed that explained exactly the steps that a third-party library would have to implement to produce a compatible worker.
Use Case
Most ML or scientific code is written in Python. It would be phenomenal if I could trigger Python jobs using SolidQueue in Rails. The Python library would only need to implement a small subset of SolidQueue, enough to pick up a job and process it.
The text was updated successfully, but these errors were encountered: