FemtoCleaner.jl
FemtoCleaner.jl copied to clipboard
Precompile femtocleaner during auto-deployment.
Right now we time out several events at the beginning as new code paths are triggered and femtocleaner compiles itself. It would be nice to precompile once during auto-deployment, before we kill the old server.
Could also put CSTParser.jl and Deprecations.jl in sysimg with generated precompile files as well?
Yes, my ideal workflow here is that we pull down a new manifest, run that through something like PackageCompiler.jl and then just execute that.