mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
feat(api): remove cron second support
This commit is contained in:
parent
9aa52a6975
commit
d717ad947b
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ type JobScheduler struct {
|
||||||
// NewJobScheduler initializes a new service
|
// NewJobScheduler initializes a new service
|
||||||
func NewJobScheduler() *JobScheduler {
|
func NewJobScheduler() *JobScheduler {
|
||||||
return &JobScheduler{
|
return &JobScheduler{
|
||||||
cron: cron.New(cron.WithSeconds()),
|
cron: cron.New(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue