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 bd1fcf3 commit 4355915Copy full SHA for 4355915
1 file changed
lib/private/BackgroundJob/JobRuns.php
@@ -69,7 +69,7 @@ public function runningJobs(int $limit = 200): \Generator {
69
foreach ($result->iterateAssociative() as $row) {
70
$snowflakeInfo = $this->snowflakeDecoder->decode((string)$row['run_id']);
71
yield new JobRun(
72
- $row['run_id'],
+ (string) $row['run_id'],
73
$this->classesRegistry->getName($row['class_id']),
74
$snowflakeInfo->getServerId(),
75
$row['pid'],
0 commit comments