updating tasks and tech-insights to work together
Signed-off-by: Phil Gore <pgore@ea.com>
This commit is contained in:
committed by
Fredrik Adelöw
parent
6bc4253672
commit
231fee736b
@@ -13,8 +13,7 @@
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { DateTime, DurationLike } from 'luxon';
|
||||
import { DateTime, Duration, DurationLike } from 'luxon';
|
||||
import { Config } from '@backstage/config';
|
||||
import { PluginEndpointDiscovery } from '@backstage/backend-common';
|
||||
import { Logger } from 'winston';
|
||||
@@ -243,6 +242,13 @@ export type FactRetrieverRegistration = {
|
||||
*/
|
||||
cadence?: string;
|
||||
|
||||
/**
|
||||
* A duration to determine how long the fact retriever should be allowed to run,
|
||||
* defaults to 5 minutes.
|
||||
*
|
||||
*/
|
||||
timeout?: Duration;
|
||||
|
||||
/**
|
||||
* Fact lifecycle definition
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user