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.
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: