Closed chaseconey closed 6 months ago
Looks like this might have something to do with it. Having a little bit of trouble tracing it all through the codebase, but I believe this is the line that was added that is showing up in the error.
Hey there ๐ .
Just wanted to follow up and see if there is anything that we should be looking at or trying?
Thanks!
Looks like upgrading to 24.5.1
fixed this issue for me.
Describe the bug When upgrading to the latest stable version of codecov,
worker
is exiting with error code 1.Environment (please complete the following information):
To Reproduce Upgrade from
24.2.1
to24.4.1
.Expected behavior A working stack ๐ .
Additional context
I believe this is the error that is causing the whole stack to fail. We are not receiving this error with
24.2.1
stack.We were not actually using the
timeseries
configuration, as it seemed to be optional. I did go ahead and create a new pg database and configured thetimeseries_database_url
in thecodecov.yml
to see if that would do anything and the error persisted. I never saw any tables get migrated in this new database either.