glpi-project / glpi-inventory-plugin

GLPI Inventory plugin
GNU Affero General Public License v3.0
46 stars 27 forks source link

fix(Task): Prevents the task from being cancelled if the agent wakes up too early #459

Closed stonebuzz closed 8 months ago

stonebuzz commented 8 months ago

Imagine the following case:

The task is cancelled by the plugin because the time of the call is outside the timeslots.

this PR fix this.

Internal ref : !29659