Skip to content
Snippets Groups Projects

Asynchronní joby

Merged Martin Mareš requested to merge mj/jobs into devel
2 files
+ 2
0
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
0
@@ -247,6 +247,7 @@ CREATE TABLE jobs (
created_at timestamp with time zone NOT NULL DEFAULT CURRENT_TIMESTAMP, -- kdy byl založen
finished_at timestamp with time zone DEFAULT NULL, -- kdy doběhl
expires_at timestamp with time zone DEFAULT NULL, -- kdy bude automaticky smazán
description text NOT NULL DEFAULT '',
in_json jsonb DEFAULT NULL,
out_json jsonb DEFAULT NULL,
-- Soubory jsou součástí úlohy a po jejím ukončení budou smazány
Loading