walkor / walkor/crontab

如何获取下次执行时间

Open
#20 5 comments 0 reactions 0 assignees View on GitHub
Dominant language
PHP
Stars
70
Forks
12
PR merge metrics
No merged PRs in 30d

Description

new Crontab('*/60 * * * * *', function(){

想在这里面获取下次执行任务的时间,然后更新进任务数据库表里,体现出来
});

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue does not name a file, test, or entry point. Start by tracing how the PHP crontab scheduler invokes the callback and represents scheduled tasks, then determine how the next execution time should be exposed. Done means the callback can obtain that time and persist it to the task database as requested.

Written by the indexing model from the issue text.

Assessment

Tech stack
php
Domain
backend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.