We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee24dc2 commit 2b86bebCopy full SHA for 2b86beb
src/apify/_platform_event_manager.py
@@ -49,7 +49,7 @@ def to_crawlee_format(self) -> EventSystemInfoData:
49
return EventSystemInfoData.model_validate(
50
{
51
'cpu_info': {
52
- 'used_ratio': self.cpu_current_usage,
+ 'used_ratio': self.cpu_current_usage / 100,
53
'created_at': self.created_at,
54
},
55
'memory_info': {
0 commit comments