Replies: 2 comments
-
|
I can second this. I'm looking for a task scheduler library, and the documentation is pretty minimal. I'd say it lacks explanation of the concepts and ideas behind this library, and as mentioned simple examples. I managed to setup a simple console project, but it's not clear to me how to setup simple jobs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I noticed that the documentation was updated last month: https://tickerq.net/examples/complete-example.html. I hope this example can help resolve your issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I come from using hangfire pretty heavily.
On their home page they have very clear quick code examples of fire and forget, recurring jobs etc.
I found it hard to find similar examples here.
After trying to read through, I still did not see how you would do fire and forget. Maybe I just missed it. But suggest making a clear page with similar examples from hangfire.
That would also help people like me who would consider migrating get a clear idea of what it would take.
Beta Was this translation helpful? Give feedback.
All reactions