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
Disabling CRON tasks for local development is another use case, now I am using @Requires with custom property on whole beans that use the @Schedule annotation and setting this property in build.gradle for run task. This would be much cleaner.
sdelamo
added a commit
to micronaut-projects/micronaut-guides
that referenced
this issue
Jun 11, 2022
see: micronaut-projects/micronaut-core#7568
it changes fixRate and initialDelay to use kebap-case
beforeAll / afterAll static
better explanation for CrypoUpdateTest
add query value to rfc6570 template
see: micronaut-projects/micronaut-core#7568
it changes fixRate and initialDelay to use kebap-case
beforeAll / afterAll static
better explanation for CrypoUpdateTest
add query value to rfc6570 template
It would be good if we allow users to disable
@Scheduled
behaviour. For example, I want to disable@Scheduled
in my tests.Users could do:
The text was updated successfully, but these errors were encountered: