cdule icon indicating copy to clipboard operation
cdule copied to clipboard

cdule (pronounce as Schedule) Golang based scheduler library with database support.

Results 4 cdule issues
Sort by recently updated
recently updated
newest added

Hello @deepaksinghvi, There is an issue with creation of job_histories table during initial bringup. Both JobHistory struct and its embedded Model struct have a field named Deleted at and this...

Am getting this error using the latest gorm package gorm.io/driver/postgres ../../go/pkg/mod/gorm.io/driver/[email protected]/migrator.go:341:38: cannot use column (variable of type Column) as type gorm.ColumnType in argument to append: Column does not implement gorm.ColumnType...

Hi, I have checkout the demo code started one worker, and then killed the app. Now after some time, I started worker again. The schedule is not picked up. Regards,...

1).Lets say if we register some job whose time is elapsed, does it trigger those jobs whose time have elapsed or it will only trigger for next iteration ? If...