- Decorators:
@exposedFunction([Arg("-f", help= "also remove all jobs in ERROR and ABORTED states (only use" " if you are sure what you are doing).", action= "store_true", dest= "includeFailed"), Arg("-p", help= "also remove all jobs in PENDING states (only use" " if you are sure what you are doing).", action= "store_true", dest= "includeForgotten"), Arg("--all", help= "remove all jobs (this is extremely unfriendly." " Don't use this on public UWSes)", action= "store_true", dest= "includeAll"), Arg("--nuke-completed", help= "also remove COMPLETEd jobs (this is" " unfriendly. Don't do this on public UWSes).", action= "store_true", dest= "includeCompleted"),], help= "remove expired UWS jobs")
|