Add one of task in your supervisor children list. You can use Task.child_spec/1 for that. This is what I am using for such jobs like Slack notifications or systemd notifications.
Add one of task in your supervisor children list. You can use Task.child_spec/1 for that. This is what I am using for such jobs like Slack notifications or systemd notifications.