hello! i have a java project hosted on Railway (id: d8c2d7d4-9cc2-4de3-a784-cb082a468bda), in which i have registered JVM shutdown hooks. essentially initialised but unstarted java threads that start when the virtual machine begins its shutdown sequence.
unfortunately, when i remove a deploy on Railway, or push a commit to GH, which pushes a redeploy, these shutdown hooks do not get fired. is there something i can configure to make this work?
many thanks