job-scheduling
What's best practice for HA gearman job servers
From gearman\'s main page, they mention running with multiple job servers so if a job server dies, the clients can pick up a new job server. Given the statement and diagram below, it seems that the jo[详细]
2023-04-11 04:09 分类:问答A way to have a task run according to a given schedule
I\'m about to create a small application which will be responsible for sending out various reports to various users at various intevals. We might be talking about 50 or 100 different reports going to[详细]
2023-04-04 05:35 分类:问答Scheduling Jobs - Optimal Design
I\'m looking for an optimal design for the following usecase. I\'m building a system where users create开发者_开发知识库 entities with end date/time. I need to schedule a job to change the status of[详细]
2023-04-01 23:03 分类:问答Multi Tenant Job Scheduler
I would like to build a job schedule system which can schedule jobs on a cluster which is going to be shared among several isolated tenants.[详细]
2023-03-31 23:20 分类:问答quartz jdbcjobstore sharing
Qua开发者_StackOverflow社区rtz can store jobs on database so its not volatile. But if i have two application(web-application and web service) ,[详细]
2023-03-28 11:07 分类:问答Task Scheduling with complex dependencies
I\'m looking for a way of scheduling tasks where a task starts once several previous tasks have completed.[详细]
2023-03-23 15:29 分类:问答How can I trigger events in a future time in PHP
I have written a PHP application that broadcasts a voice message to phone numbers in the database. Now I want to add a \"Schedule\" functionality to it.[详细]
2023-03-20 11:20 分类:问答How To Set a Cron Script to Run Daily
I have a PHP file that I would like to run once per day.I know that in order to do this I need to set up a CRON job.From my understanding there should be a way to set-up the CRON job within my web hos[详细]
2023-03-18 12:00 分类:问答Alternative to polling for job scheduler
We\'ve got need for a job server here at work and I\'m currently playing with Quartz.net, but the idea of creating my own appeals to me. At the very least understanding what Quartz.net may be doing un[详细]
2023-03-11 16:03 分类:问答CPanel Cron Job settings for working days
I am new to cron jobs, and I wanted to create a cron j开发者_JAVA百科ob which will not run on weekends, like Monday to Friday once in a day at 9:00AM. I am not sure about the format. Any suggestion or[详细]
2023-03-08 10:14 分类:问答