Skip to content

Commit

Permalink
Schedules DataExport every minute for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
N0W0RK committed Jun 23, 2024
1 parent 21fdbc6 commit f1e27ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/config/application-artemis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ artemis:

scheduling: # these values are cron expressions. To generate one, you can use e.g. https://www.freeformatter.com/cron-expression-generator-quartz.html
programming-exercises-cleanup-time: 0 0 3 * * * # every day at 3am
data-export-creation-time: 0 0 4 * * * # every day at 4am
data-export-creation-time: 0 * * ? * * # every minute
continuous-plagiarism-control-trigger-time: 0 0 5 * * * # every day at 5am

data-export:
Expand Down

0 comments on commit f1e27ce

Please sign in to comment.