Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/design-patterns/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Algorithm 设计一个URL回调调度器_Algorithm_Design Patterns - Fatal编程技术网

Algorithm 设计一个URL回调调度器

Algorithm 设计一个URL回调调度器,algorithm,design-patterns,Algorithm,Design Patterns,我需要为一个每天可能有数百万个作业的应用程序设计一个URL回调调度程序系统;调度程序将需要执行以下操作: 提供API供客户端注册URL回调,在特定日期和时间调用,回调时间在1分钟到1年之间;换句话说,客户机可以注册一个回调,以便在未来1分钟或一年内启动 我的问题是, 1- Is there a design pattern that I can utilize? 2- Are you aware of an open source application that does this? 我已

我需要为一个每天可能有数百万个作业的应用程序设计一个URL回调调度程序系统;调度程序将需要执行以下操作:

提供API供客户端注册URL回调,在特定日期和时间调用,回调时间在1分钟到1年之间;换句话说,客户机可以注册一个回调,以便在未来1分钟或一年内启动

我的问题是,

1- Is there a design pattern that I can utilize?
2- Are you aware of an open source application that does this? 

我已经搜索了好几天,想知道如何开始,但没有发现任何有用的东西,非常感谢您的帮助。

好吧,有很多调度器可供使用,例如。我认为它无法将工作安排在一年内完成,对吗?