change priority field to byte
This commit is contained in:
@@ -3,7 +3,7 @@ import { defaultSettings } from './constants';
|
|||||||
const schema = {
|
const schema = {
|
||||||
jobtype: { type: 'string', index: 'not_analyzed' },
|
jobtype: { type: 'string', index: 'not_analyzed' },
|
||||||
payload: { type: 'object', enabled: false },
|
payload: { type: 'object', enabled: false },
|
||||||
priority: { type: 'short' },
|
priority: { type: 'byte' },
|
||||||
timeout: { type: 'long' },
|
timeout: { type: 'long' },
|
||||||
process_expiration: { type: 'date' },
|
process_expiration: { type: 'date' },
|
||||||
created_by: { type: 'string', index: 'not_analyzed' },
|
created_by: { type: 'string', index: 'not_analyzed' },
|
||||||
|
|||||||
Reference in New Issue
Block a user