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
If the lastChecked date is not updated, Biosecurity will search for records within a 7-day time window, which works fine in most cases.
However, if the scheduled task is paused and then resumed after a few weeks, the alerts will not return results from the last checked date.
Problem 2:
When we click 'preview', the record should not be saved into DB
Reason:
userService was defined as Transactional
def user = userService.getUserByEmail(alaUser?.email)
The text was updated successfully, but these errors were encountered:
The other alerts may have 4 last checked date from hourly, monthly, daily, weekly subscribers
qifeng-bai
changed the title
the lastChecked date for Biosecurity Alerts is not updated in DB
the lastChecked date for Biosecurity Alerts is used properly
Jan 16, 2025
If the lastChecked date is not updated, Biosecurity will search for records within a 7-day time window, which works fine in most cases.
However, if the scheduled task is paused and then resumed after a few weeks, the alerts will not return results from the last checked date.
Problem 2:
When we click 'preview', the record should not be saved into DB
Reason:
userService was defined as Transactional
def user = userService.getUserByEmail(alaUser?.email)
The text was updated successfully, but these errors were encountered: