updating tasks and tech-insights to work together

Signed-off-by: Phil Gore <pgore@ea.com>
This commit is contained in:
Phil Gore
2022-02-28 23:16:42 -06:00
committed by Fredrik Adelöw
parent 6bc4253672
commit 231fee736b
18 changed files with 358 additions and 134 deletions
+8 -2
View File
@@ -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
*