crontab-ui icon indicating copy to clipboard operation
crontab-ui copied to clipboard

cannot save job

Open kerzol81 opened this issue 3 months ago • 0 comments

Hi,

I'm having this issue in a docker container:


root@496472cb1777:/crontab-ui# tail -f supervisord.log 
2024-04-23 17:15:23,288 INFO spawned: 'crontab' with pid 25
2024-04-23 17:15:23,289 INFO success: crontabui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-04-23 17:15:24,297 INFO success: crontab entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-04-23 17:15:24,298 WARN exited: crontab (exit status 127; not expected)
2024-04-23 17:15:25,303 INFO spawned: 'crontab' with pid 26
2024-04-23 17:15:25,311 WARN exited: crontab (exit status 127; not expected)
2024-04-23 17:15:26,316 INFO spawned: 'crontab' with pid 27
2024-04-23 17:15:26,334 WARN exited: crontab (exit status 127; not expected)
2024-04-23 17:15:29,284 INFO spawned: 'crontab' with pid 28
2024-04-23 17:15:29,290 WARN exited: crontab (exit status 127; not expected)
2024-04-23 17:15:32,298 INFO spawned: 'crontab' with pid 30
2024-04-23 17:15:32,310 WARN exited: crontab (exit status 127; not expected)
2024-04-23 17:15:33,312 INFO gave up: crontab entered FATAL state, too many start retries too quickly

Do you have any idea?

This happens when I save the cron job

Operation failed: Internal Server Error. Please see error log for details.

2024-04-23 17:19:22,775 INFO spawnerr: can't find command 'crond'
2024-04-23 17:19:22,779 INFO spawned: 'crontabui' with pid 7
2024-04-23 17:19:24,160 INFO spawnerr: can't find command 'crond'
2024-04-23 17:19:24,160 INFO success: crontabui entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2024-04-23 17:19:26,164 INFO spawnerr: can't find command 'crond'
2024-04-23 17:19:30,157 INFO spawnerr: can't find command 'crond'
2024-04-23 17:19:30,158 INFO gave up: crontab entered FATAL state, too many start retries too quickly```

Regadrs,

Zolee

kerzol81 avatar Apr 23 '24 15:04 kerzol81