zzztimbo
zzztimbo10mo ago

Error persisting completed job in to database

We're seeing this error
3 Replies
zzztimbo
zzztimboOP10mo ago
Unexpected error during job execution:
Object {
"message": String("Internal: Could not add completed job 018d60f8-4aa1-efcb-9262-edb99ffa018e: error communicating with database: expected to read 5 bytes, got 0 bytes at EOF"),
"name": String("InternalErr"),
}
Unexpected error during job execution:
Object {
"message": String("Internal: Could not add completed job 018d60f8-4aa1-efcb-9262-edb99ffa018e: error communicating with database: expected to read 5 bytes, got 0 bytes at EOF"),
"name": String("InternalErr"),
}
I wonder if it has something to do with the amount of data being passed between scripts.
rubenf
rubenf10mo ago
without more information, we have no clue
zzztimbo
zzztimboOP10mo ago
the script that is failing receives as input, a 75.2 MB json file hmm.. the error doesn't occur when we set a limit on the number of records in the previous step. we also see: reason "WINDMILL_TOO_BIG"