tweak the schema a bit

This commit is contained in:
2016-04-25 10:54:00 -07:00
parent b907c0ed71
commit 73e302fdf0
2 changed files with 4 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
var schema = {
payload: { type: 'object', enabled: false },
priority: { type: 'short' },
process_timeout: { type: 'long' },
timeout: { type: 'long' },
process_expiration: { type: 'date' },
created_at: { type: 'date' },
started_at: { type: 'date' },