Skip to content

Repeat GDaemon Task updating on failure #14

@et-nik

Description

@et-nik

GameAP Daemon try to update task status once. Implement repeat updating tries If API not available or other fails.

2020-05-10 11:58:28.645 ERROR [4771] [GameAP::Rest::put@256] RestClient HTTP response code (PUT): -1
2020-05-10 11:58:28.645 DEBUG [4771] [GameAP::Rest::put@257] URL: http://172.17.0.1:8000/gdaemon_api/tasks/51
2020-05-10 11:58:28.645 DEBUG [4771] [GameAP::Rest::put@265] RestClient HTTP response: Failed to query.
2020-05-10 11:58:28.645 ERROR [4771] [GameAP::GdaemonTasks::api_update_status@182] Error updating task status [to status code 4]: RestClient error
2020-05-10 11:58:28.646 ERROR [4771] [GameAP::Rest::put@256] RestClient HTTP response code (PUT): -1
2020-05-10 11:58:28.646 DEBUG [4771] [GameAP::Rest::put@257] URL: http://172.17.0.1:8000/gdaemon_api/tasks/51/output
2020-05-10 11:58:28.646 DEBUG [4771] [GameAP::Rest::put@265] RestClient HTTP response: Failed to query.
2020-05-10 11:58:28.646 ERROR [4771] [GameAP::GdaemonTasks::api_append_output@198] Output updating error: RestClient error
2020-05-10 11:58:28.646 ERROR [4772] [GameAP::Rest::get@124] RestClient HTTP response code (GET): -1
2020-05-10 11:58:28.646 DEBUG [4772] [GameAP::Rest::get@125] URL: http://172.17.0.1:8000/gdaemon_api/servers_tasks
2020-05-10 11:58:28.646 DEBUG [4772] [GameAP::Rest::get@131] RestClient HTTP response: Failed to query.
2020-05-10 11:58:28.647 ERROR [4772] [GameAP::ServersTasks::update@210] RestClient error

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions