mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #1787] Cron job "manage.py communicate_with_public_api" fails. #1410
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1410
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @francescop75 on GitHub (Oct 30, 2019).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/1787
Impacted versions
Steps to reproduce
Enable public API comminication in Modoboa parameters.
Current behavior
Cron job fails with "CommandError: Failed to retrieve versions from the API."
Expected behavior
Success to retrieve versions from the API.
Note
If manually launched from shell:
No errors are reported.
https://api.modoboa.org SSL certificate seems to be ok.
Attachments
modoboa.crontab.txt
@tsabi commented on GitHub (Nov 23, 2019):
It happened to me too, i guessed every server sends the log at the same time, and the remote server is DDOSed, so i modified the sending time to another minute in the hour, and it works.
@francescop75 commented on GitHub (Nov 23, 2019):
I'll try to do that way, thanks!
@tonioo commented on GitHub (Nov 30, 2019):
There was indeed or configuration issue on the public API server. It is now fixed.