Skip to content

Conversation

@kitsunet
Copy link
Member

This will allow defer annotations to trigger creation of another job while executing a job. Previously this was completely prevented to avoid an infinite loop as the aspect is triggered within a job execution even for the method that the job tries to execute. This method hash ensures that the same method cannot be deferred but any other method with a defer annotation can again become deferred.

This will allow defer annotations to trigger creation of another job while executing a job. Previously this was completely prevented to avoid an infinite loop as the aspect is triggered within a job execution even for the method that the job tries to execute.
This method hash ensures that the same method cannot be deferred but any other method with a defer annotation can again become deferred.
Copy link
Member

@robertlemke robertlemke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants