Actions
User story #11248
closedRudder must process inventories from unaccepted nodes immediatelly
Pull Request:
UX impact:
Suggestion strength:
User visibility:
Effort required:
Name check:
Fix check:
Regression:
Description
Rudder 4.1.5.
At this point of time, rudder has some periodic task to process inventories.
This task runs approximately every 5 minutes. It's significantly inconvenient to wait up to 5 minutes after inventory was sent, especially while using API.
I suppose it's not very difficult to check node uuid against the list of already accepted nodes right after report receiving. And trigger the task when unknown uuid was found.
Actions