integrated coravel pro #293
-
I've been using Coravel for my console application and it's running fine, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Hey, With Coravel Pro you would have to take all the scheduled jobs that are already statically scheduled in your code (e.g. in There is an upcoming feature that will display any scheduled jobs scheduled via code (but immutable from the UI) but that currently isn't available. Does that answer your question? Thanks! |
Beta Was this translation helpful? Give feedback.
-
do you mean I have to rewrite my code (console app) into Coravel Pro, so no more console app, sorry for my English |
Beta Was this translation helpful? Give feedback.
-
Your existing code would work the same, but you would not see any metrics etc. for those jobs since they are not scheduled through the UI. |
Beta Was this translation helpful? Give feedback.
Hey,
With Coravel Pro you would have to take all the scheduled jobs that are already statically scheduled in your code (e.g. in
Program.cs
) and re-schedule them via Coravel Pro's UI (this is because the jobs scheduled from the UI are persisted).There is an upcoming feature that will display any scheduled jobs scheduled via code (but immutable from the UI) but that currently isn't available.
Does that answer your question? Thanks!