no function clause matching in Quantum.Normalizer.normalize_task/1 #563
-
Sorry, this seems like something really basic, but I can't figure out what I'm doing wrong. I've added Quantum to dependencies.
I've created a scheduler module:
I've added that to the Supervisor children list:
And I've created a function to run with a schedule in the Schedule module (here are 3 of them to try to match the config one):
Here is my cron job from
I've also tried this:
But get this error saying there is no function that matches:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
@BryanJBryce You are missing the closing curly braces in the first example. in the second you are missing arguments list. |
Beta Was this translation helpful? Give feedback.
@BryanJBryce You are missing the closing curly braces in the first example. in the second you are missing arguments list.