Skip to content

Commit

Permalink
Updated reference to AF reference Guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dgomezg committed Jul 19, 2024
1 parent eca44d4 commit 6668bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Are you having trouble using the extension?
We'd like to help you out the best we can!
There are a couple of things to consider when you're traversing anything Axon:

* Checking the [reference guide](https://library.axoniq.io/axon_framework_old_ref/) should be your first stop,
* Checking the [reference guide](https://library.axoniq.io/axon_framework_ref/) should be your first stop,
as the majority of possible scenarios you might encounter when using Axon should be covered there.
* If the Reference Guide does not cover a specific topic you would've expected,
we'd appreciate if you could post a [new thread/topic on our library fourms describing the problem](https://discuss.axoniq.io/c/26).
Expand Down
2 changes: 1 addition & 1 deletion docs/extension-guide/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
:navtitle: JobRunr Pro Extension
= JobRunr Pro

The purpose of this extension is to leverage some features only available in the Pro version of link:https://www.jobrunr.io/en/documentation/pro/[JobRunr,window=_blank,role=external]. Only the Pro version allows to search existing jobs by status and label. This is required for the deadline manager to implement the `cancelAll` methods. The xref:axon_framework_old_ref:deadlines:deadline-managers.adoc[deadline managers] section has more in depth information on deadline managers. Although jobs created with the non-pro `DeadlineManager` will be eligible to be canceled, this is only true when they were created with the `4.8` or later versions. Jobs created with the `4.7.x` version are missing the correct labels and will not be found when trying to cancel them.
The purpose of this extension is to leverage some features only available in the Pro version of link:https://www.jobrunr.io/en/documentation/pro/[JobRunr,window=_blank,role=external]. Only the Pro version allows to search existing jobs by status and label. This is required for the deadline manager to implement the `cancelAll` methods. The xref:axon_framework_ref:deadlines:deadline-managers.adoc[deadline managers] section has more in depth information on deadline managers. Although jobs created with the non-pro `DeadlineManager` will be eligible to be canceled, this is only true when they were created with the `4.8` or later versions. Jobs created with the `4.7.x` version are missing the correct labels and will not be found when trying to cancel them.


== Spring usage
Expand Down

0 comments on commit 6668bc5

Please sign in to comment.