You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
Got this error after running magneticod with beanstalkd backend:
FATAL Could not add new torrent to the database
{
"infohash": "6ea8a0648f4ba3fd53dd2b835fce32e25164a643",
"error": "DB engine beanstalkd Put() error: job too big",
"errorVerbose": "job too big\nDB engine beanstalkd Put() error\ngithub.com/boramalper/magnetico/pkg/persistence.(*beanstalkd).AddNewTorrent\n\t/build/magnetico-master/pkg/persistence/beanstalkd.go:69\nmain.main\n\t/build/magnetico-master/cmd/magneticod/main.go:118\nruntime.main\n\t/usr/local/go/src/runtime/proc.go:204\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1374"
}
beanstalkd is running with -z 1048560. I get that increasing maximum job size should help, but magneticod shouldn't exit after this kind of failure.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Got this error after running magneticod with beanstalkd backend:
beanstalkd is running with
-z 1048560
. I get that increasing maximum job size should help, but magneticod shouldn't exit after this kind of failure.The text was updated successfully, but these errors were encountered: