You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
To develop great things related to canvas data updating the data needs to be automated, of course I appreciate your script, however, it lacks events that can allow to control states within another application created in different languages.
There are always alternatives, but it would be interesting if the current script could keep a record and different update states in a database (Postgresql - Mysql) and then simply take care of keeping the script running at all times with something like "supervisor".
DB table:
ID - Table name - start_at - finished_at - status (finished - failed - in_progress)
1 // account_dim // 30-03-2021 15:00 // NULL // In progress
It could also be complemented with a general update table, which is updated only when all the tables were updated.
DB table:
ID - start_at - finished_at - status (finished - in_progress - failed)
Finally, complement with a parameter the maximum number of download retries per table in the command.
To develop great things related to canvas data updating the data needs to be automated, of course I appreciate your script, however, it lacks events that can allow to control states within another application created in different languages.
There are always alternatives, but it would be interesting if the current script could keep a record and different update states in a database (Postgresql - Mysql) and then simply take care of keeping the script running at all times with something like "supervisor".
DB table:
ID - Table name - start_at - finished_at - status (finished - failed - in_progress)
1 // account_dim // 30-03-2021 15:00 // NULL // In progress
It could also be complemented with a general update table, which is updated only when all the tables were updated.
DB table:
ID - start_at - finished_at - status (finished - in_progress - failed)
Finally, complement with a parameter the maximum number of download retries per table in the command.
canvasDataCli sync -c path/to/config.js --max_attempts=3
The text was updated successfully, but these errors were encountered: