-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Moqui product sync jobs to job manager #767
Labels
enhancement
New feature or request
Comments
amansinghbais
added a commit
to amansinghbais/job-manager
that referenced
this issue
Jan 31, 2025
amansinghbais
added a commit
to amansinghbais/job-manager
that referenced
this issue
Jan 31, 2025
1 task
ravilodhi
added a commit
that referenced
this issue
Jan 31, 2025
Implemented: maarg jobs related to query product feed in the products page (#767)
ravilodhi
moved this from 👀 In review
to ⏸️ Dev complete
in Digital Experience Platform
Jan 31, 2025
amansinghbais
added a commit
to amansinghbais/job-manager
that referenced
this issue
Feb 4, 2025
amansinghbais
added a commit
to amansinghbais/job-manager
that referenced
this issue
Feb 4, 2025
1 task
amansinghbais
added a commit
to amansinghbais/job-manager
that referenced
this issue
Feb 5, 2025
ravilodhi
added a commit
that referenced
this issue
Feb 5, 2025
Improved: made the maarg jobs showing logic dynamic based on enumTypeId (#767)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the motivation for adding/enhancing this feature?
We need to fetch moqui jobs based on enum type rather than enum id hardcoded per page. This will make it easier for us to dynamically add new jobs.
Right now we need to add product fetch from shopify job. The enum Id is:
QueueCreatedProductsFeed
QueueUpdatedProductsFeed
The text was updated successfully, but these errors were encountered: