1110-Cron-job-fix-lost-during-merge #1112
No reviewers
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked, waiting for further changes
bug
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
help wanted
invalid
low priority
needs input
needs review
project documentation
question
research
reviewed
script
security
SQL
style
testing
topLevel
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!1112
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "1110-Cron-job-fix-lost-during-merge"
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?
What has been done
Previous PR was lost during merge, I have now readded those fixes. Also removed duplicate setup files
I don't think that the scripts functionality needs to be tested, as it has been tested during two different PR's already.
To check that the cron job gets scheduled, use rebuild script, then enter temperature database container and enter sensors database with the command:
psql -U *username found in env* -d sensors;then check that the job is scheduled with the command:
SELECT * FROM cron.jobs;Review on #1112
Whats done
Tested on macOS using Chrome
Inspected following files
What needs to be done
Conclusion