Low code platform for building business apps and workflows in minutes. Supports PostgreSQL, MySQL, MariaDB, MSSQL, MongoDB, Rest API, Docker, K8s, and more 🚀
[x] I have searched budibase discussions and github issues to check if my issue already exists
Hosting
Self
Method: docker compose
Budibase Version: 2.32.8
App Version: 2.32.8
Describe the bug
When using the timestamp provided in cron automation, it didn't show the correct timestamp. Instead, it used the date + time when the automation was added to the queue.
To Reproduce
Steps to reproduce the behavior:
Add a cron automation
Configure the cron expression to run every minute
Check the timestamp after running
Notice the timestamp in automation doesn't match the one in history. Will be off by however many minutes it was since publishing
Expected behavior
The timestamp should be when the automation ran rather than the app's published time of being added to the automation queue. The screenshots below show this. The timestamp in the below automation should be a few days old rather than 21 days old.
Checklist
Hosting
Describe the bug When using the timestamp provided in cron automation, it didn't show the correct timestamp. Instead, it used the date + time when the automation was added to the queue.
To Reproduce Steps to reproduce the behavior:
Expected behavior The timestamp should be when the automation ran rather than the app's published time of being added to the automation queue. The screenshots below show this. The timestamp in the below automation should be a few days old rather than 21 days old.
Screenshots