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 has another error that it is not a child process or something like that.
This has been changed for a long time apparently since Elixir 1.5 and we're on 1.7, can this somehow be re-descirbed on the README or docs as to how to implement it without errors?
The text was updated successfully, but these errors were encountered:
You're right; this library has been largely unchanged going back to v1.5 (it's small+feature complete), so the instructions were outdated. I've updated this in the README, but I'm going to leave this issue open because there are some other improvements I can make in the library itself for the new Supervision setup.
Thank you for filing this issue 🎉
whitfin
changed the title
Instructions outdated
Update Supervision instructions and specifications
Nov 26, 2024
Hi, I'm trying to implement Eternal but I get deprecation errors because of this line
supervisor(Eternal, [:cart_item_lookup, [ :compressed ], [ quiet: true ]]),
asi in here
this is the error
if I remove supervisor and start it as pointed in the docs of supervisor like this
{Eternal, [:cart_item_lookup, [ :compressed ], [ quiet: true ]]},
it has another error that it is not a child process or something like that.
This has been changed for a long time apparently since Elixir 1.5 and we're on 1.7, can this somehow be re-descirbed on the README or docs as to how to implement it without errors?
The text was updated successfully, but these errors were encountered: