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
In discussing ways we can integrate oban with Ash, we've found that the ability to trigger actions to run "later" (start an oban job that will run a given action) would be very useful.
The way this would work is via configured queues for given actions:
and then you could use AshOban.send_later(Api, Resource, :action)
and some builtin changes could also be used. Perhaps an AshOban api extension to add create_later to the api for Api.create_later() (as well as the other action types)
In discussing ways we can integrate oban with Ash, we've found that the ability to trigger actions to run "later" (start an oban job that will run a given action) would be very useful.
The way this would work is via configured
queues
for given actions:and then you could use
AshOban.send_later(Api, Resource, :action)
and some builtin changes could also be used. Perhaps an
AshOban
api extension to addcreate_later
to the api forApi.create_later()
(as well as the other action types)The text was updated successfully, but these errors were encountered: