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
One problem I am facing is, you use a concrete type Job while apalis uses a generic JobRequest<T>, so it may be hard to integrate without some changes.
My main goal here is not to do the same implementation elsewhere when I don't necessarily use SurrealDb yet you already have a maintained crate here 😄.
The text was updated successfully, but these errors were encountered:
I consider mq at a very early stage. I still haven't finished designing the apis and adding features so I expect it to continue to break in the future.
Part of the API esp in
mq-surreal
can be refactored to help in building lib's on top of it eg.mq/mq-surreal/src/producer.rs
Lines 10 to 13 in 5ea1781
Some of my goals is to use the methods provided to do so eg:
mq/mq-surreal/src/producer.rs
Line 26 in 5ea1781
Specifically I want to work with this for apalis to close issue geofmureithi/apalis#22
Apalis introduced a message queuing trait in 0.4.
One problem I am facing is, you use a concrete type
Job
while apalis uses a genericJobRequest<T>
, so it may be hard to integrate without some changes.My main goal here is not to do the same implementation elsewhere when I don't necessarily use SurrealDb yet you already have a maintained crate here 😄.
The text was updated successfully, but these errors were encountered: