kibana/x-pack/plugins/reporting/config.ts
Tim Sullivan af952997c5
[Reporting] Replace Job Completion Notifier as NP Plugin (#47283) (#48703)
* [Reporting] Replace Job Completion Notifier as NP Plugin

* beautiful toasts

* unit test

* showNotifications returns observable

* fix kibana.json

* depends on links

* no prettier ignore

* Update content per feedback

* Remove unnecessary wrapper

* remove type annos and condense

* use an observable of the stop method

* rename the new platform plugin to match legacy

* fix i18n config

* additional plugin rename

* i18n strings prefix change

* try something with x-pack/.i18nrc.json

* remove a few more notifier phrasing from plugin definition
2019-10-21 12:25:47 -07:00

10 lines
420 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
export const reportingPollConfig = {
jobCompletionNotifier: { interval: 10000, intervalErrorMultiplier: 5 },
jobsRefresh: { interval: 5000, intervalErrorMultiplier: 5 },
};