Implement RequestedShutdown Event for Task Persistence and Reputation System #3026
Replies: 3 comments 4 replies
-
The event should also act as a notice to any other requestor on the network to not try to negotiate a task with the provider till a new offering message is broadcast. |
Beta Was this translation helpful? Give feedback.
-
This would be incredibly helpful as described, or even a simple "golemsp stop-when-current-job-completes" |
Beta Was this translation helpful? Give feedback.
-
For a scenario where provider is rebooting machine for installation of security patch or kernel upgrades which will not take more than 2 minutes. requestor need not to necessarily look for another provider rather can wait for the node to come up. Obviously this holds true for nodes where multiple requestor are running tasks continuously for days. |
Beta Was this translation helpful? Give feedback.
-
Feature Request: Implement RequestedShutdown Event for Task Persistence and Reputation System
Feature Description
This feature request addresses the need for improved data persistence in volatile environments within the Golem Network. It focuses on the implementation of a
requestedShutdown
event for providers and the integration of a reputation system.Provider Needs
requestedShutdown
event that requestors can act upon.Requestor Needs
requestedShutdown
event should enable the SDK to allow user-defined actions, such as:Reputation System Integration
Expected Outcome
The implementation is expected to enhance task execution reliability and create a robust ecosystem for Golem Network users.
Additional Context
This feature is crucial for maintaining data persistence in unstable environments, ensuring the Golem Network's sustainability and user satisfaction.
Beta Was this translation helpful? Give feedback.
All reactions