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
Could we find a way to adapt interface to support transacitons on scheduling?
Needs to support mongo transactions alongside with psql (upcoming impl) ones.
I see that there is interface IAdderJob which has two methods AddJob and AddRecurrentJob. But they can't be extended correctly for all implementation without additional abstraction (let's say context)
Also probably we need to extend Schedule method to accept transaction (context).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Could we find a way to adapt interface to support transacitons on scheduling?
Needs to support mongo transactions alongside with psql (upcoming impl) ones.
I see that there is interface IAdderJob which has two methods AddJob and AddRecurrentJob. But they can't be extended correctly for all implementation without additional abstraction (let's say context)
Also probably we need to extend Schedule method to accept transaction (context).
The text was updated successfully, but these errors were encountered: