-
### Description
I see this
```
2024/08/01 00:33:47 ...atus/commitstatus.go:113:CreateCommitStatus() [E] deleteCommitStatusCache[24099:main] failed: memcache: cache miss
/source/services/…
-
The DoSafely function hides the function name (jobFun) so the function written to the job is always the wrapper recoveryWrapperFunc.
-
### Describe the bug
I am using a corn expression with a timezone to schedule jobs , but it fails in parsing the location.
I have verified that `Europe/Isle_of_Man` Exists in the TZ information …
-
### Feature Description
Hello. Currently port 27017 is hardcoded as mongodb custom static port
https://github.com/search?q=repo%3Aazukaar%2FCosmos-Server%2027017&type=code
Could you please make it …
-
S3にマスターデータであるキャラクターリストを保存し、cronで定期的にデータを取得し、メモリにロードさせる。
-
### Describe the bug
Native scheduler is not able to create execution for a scheduled Launch Plan that doesn't provide all required input.
The error is not surfaced to user and only available as e…
-
After running both the downloaded executable, or building my own client via `./build.sh` on the Mac itself, after some time I receive the following:
```log
🦋 Received work request 9535834438E2175F…
-
# 🚀 Feature Request
### Relevant Package [**REQUIRED**]
This feature request is for support-cron-scheduler
### Description [**REQUIRED**]
Add validation for cron expression which m…
-
### Describe you feature request
Given im using TYPO3 CMS ...
* i have to configure an additional CronJob to run the TYPO3 scheduler (Task runner).
* Using the message bus (symfony/messenger) for T…
-
我研究了很多关于“定时任务”的开源系统,发现crocodile是最完美的;诸如celery、gocron、xxl-job、powerjob、PPGo_job、airflow等等,都不适合中小型企业使用,存在很多原因,①是用java写的不方便在linux上面跑;②是增加了太多无效的累赘功能(dag、切片);③有些连最基本的单一并发控制都没有;④是不方便运维人员;太多了不做一一列举,一句话:太笨重不好…