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 order to help ppl easily use Machinery with more complex applications, like Phoenix, Machinery needs to provide support for automatic persistence. Right now people need to use after_transition/2 to store their structs.
Would be nice to have some sort of config that ppl can use to set specific storages, so a user might want to use ETS but others might want to use Ecto + Database (for Phoenix apps).
The text was updated successfully, but these errors were encountered:
In order to help ppl easily use Machinery with more complex applications, like Phoenix, Machinery needs to provide support for automatic persistence. Right now people need to use
after_transition/2
to store their structs.Would be nice to have some sort of config that ppl can use to set specific storages, so a user might want to use ETS but others might want to use Ecto + Database (for Phoenix apps).
The text was updated successfully, but these errors were encountered: