-
能支持sqllite吗
-
有几个需要运行较长时间的任务,时间半小时以上。
总是会出现进程已经退出了,任务执行完毕了,gocron 里还显示执行中,任务执行状态永远也更新不了了,运行时的日志也查看不到了。
-
### Describe the bug
I think #721 broke the `gocronmocks.MockScheduler` type as the latter does not implement the `gocron.Scheduler` interface
### To Reproduce
None.
### Version
`gocron…
-
5921端口好像没有监听,添加任务节点那里无法测试连接,要如何处理?--请教
-
谢谢。
-
我在本地centos上用python3的selenium写了一个爬虫脚本,执行正常,编写的sh部署再crontab里面也能正常跑,但是放在gocron上面部署运行就失败。报错内容是selenium.common.exceptions.WebDriverException: Message: unknown error: DevToolsActivePort file doesn't exist。
…
-
I want set last day of every month to exec command.
I use "0 0 8 28-31 * * " ,but not what I wanted
Would you please tell me what I should do?
-
How can I implement a periodic task like python celery?
```
'taskA_schedule' : {
'task':'tasks.taskA',
'schedule':20,
'args':(5,6)
}
```
I found a [delayed task](https://github.com…
-
-
I ran into a really nasty issue with `StartImmediately` and `.Do()`.
Basically the following code will behave completely un-expected:
```go
func main() {
scheduler := gocron.NewScheduler(time.U…