Allow catalogue to be re-indexed periodically #1399
Labels
P4: low
Non-critical, workarounds exist
status: blocked 🚧
Resolution is blocked by some other issue or external factor
Is your feature request related to a problem? Please describe.
Please add functionality to run the reindex() periodically. I need to have my customers know up-to-date information in regards to stock-levels.
Describe the solution you'd like
I'd like it to easily run the reindex() job; just as we do with the admin-ui button but removing the manual process.
Describe alternatives you've considered
I've had to use axios to login to the backend and make a graphql post in order to run the reindex via a cron job.
Additional context
current rudimentary solution:
The text was updated successfully, but these errors were encountered: