-
Updated
Jul 1, 2020 - Java
quartz
Here are 336 public repositories matching this topic...
Hi,
I read the documentation a few times and it took me some time to realise how to register multiple triggers for one job. Perhaps I didn't understand the documentation but it was only when I looked at the overloads of ScheduleJob that I noticed it accepts an IReadOnlyCollection<ITrigger>.
Would it be possible to update or add a section in one of the relevant chapters with a snippet suc
-
Updated
May 30, 2020 - Java
-
Updated
May 17, 2020 - Java
-
Updated
Apr 29, 2019
-
Updated
Jul 1, 2020 - Java
-
Updated
Jun 6, 2020 - JavaScript
-
Updated
Jun 18, 2020 - C#
-
Updated
Jul 25, 2019 - C#
I need something like below:
newCronExpression = convert (localCronExpresn,fromLocalTZ, "UTC")
Is it possible using cron-utils?
Let me give an example:
My local timezone is IST i.e. GMT+5.30.
Current local time is: 11:20 AM.
I want a job to run in 45 min of every hour.
So, my cron expression: 45 * * * *
Hence I am expecting my job to run after 25 min ( as starting time
-
Updated
Jun 25, 2020 - C#
-
Updated
Dec 21, 2019 - Java
-
Updated
Jul 6, 2020 - Java
-
Updated
Jun 1, 2020 - JavaScript
-
Updated
Jul 6, 2020 - Java
-
Updated
May 20, 2020 - Java
-
Updated
Jul 1, 2020 - JavaScript
-
Updated
Nov 3, 2017 - Java
-
Updated
Nov 29, 2017 - Swift
-
Updated
Jul 6, 2020 - Java
-
Updated
Jun 10, 2020 - Java
Improve this page
Add a description, image, and links to the quartz topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quartz topic, visit your repo's landing page and select "manage topics."
使用的elastic-job版本:2.1.1。
我的一个定时任务为通过 http 方式(使用 OKHttp 发送 http 请求)执行某个方法(例如:http://ip:port/myapp/synFundData)。
当调用上述接口时如果服务器返回504(后台执行时间太长导致超时),请问该定时任务是否会自动重试?因为我从 Nginx 的日志中发现:每隔30秒Nginx 会收到一个同样的http请求,且返回的状态码都是 504,日志如下:
...remote_user=- [16/Nov/2017:08:40:01 +0800] request="GET /xxx/synFundData HTTP/1.1" status=504
...remote_user=- [16/Nov/2017:08:40:31 +0800] request="GET /xxx/synFun