Replies: 3 comments 8 replies
-
|
Hi @PhilApps, TickerQ can be used on console apps as well using IHost, The feature with supporting second part will become avaliable soon. |
Beta Was this translation helpful? Give feedback.
-
|
Hi I am reading messages posted on rabbitMQ using masstransit and creating queue using TickerHelper.CreateTickerRequest. I want to keep the code which creates a TickerQ queue "TickerHelper.CreateTickerRequest" Therefore the code "TickerHelper.CreateTickerRequest" will be inside API and TickerQ Function will be in CONSOLE app both running inside separate servers. is that possible ? Thanks a lot |
Beta Was this translation helpful? Give feedback.
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I just discovered TicketQ a few time ago and I really like how simple it is to setup scheduled tasks. So I was studying the topic to see if I can replace quartz with TickerQ, but I see two major drawbacks that refrain me to make this replacement.
First, we are constrained to use AspNetCore to use TickerQ, it cannot be used on a mere host from "Microsoft.Extensions.Hosting" since we have to call a "UseTickerQ" on a "IApplicationBuilder". Quartz can be used on a mere host without aspnetCore.
And second thing that is really awkward, quartz cron expressions are accurate to the second whereas TickerQ cron expressions cannot be configured to make it run on precise seconds. This is important in the place I'm currently working.
However TickerQ is really promising and if you solve these issues we could use TickerQ instead of Quartz because TickerQ is really more easilly setable than Quartz.
Beta Was this translation helpful? Give feedback.
All reactions