lucatacconi / crunz-ui

Natural graphical user interface for Crunz (Crunzphp/Crunz). Allows users to setup tasks natively written in PHP and schedule them configuringing date and time of start, intervals and conditions of init and execution.
MIT License
12 stars 0 forks source link

Task ID change uploading new tasks #3

Closed lucatacconi closed 3 years ago

lucatacconi commented 3 years ago

The task ID is used to calculate the log file name with the outcome of the single task operation.

When uploading a new task, the number of tasks is changed: it cannot be used as a unique ID.

It is necessary to find a solution to uniquely identify the task.