Skip to content

Commit

Permalink
Merge branch 'master' of github.com:biomage-ltd/api into expired-token
Browse files Browse the repository at this point in the history
  • Loading branch information
kafkasl committed Apr 21, 2022
2 parents bc2de3d + 5244c3f commit b65c6ad
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const createNewStep = (context, step, stepArgs) => {
Resource: activityArn,
ResultPath: null,
TimeoutSeconds: 10800,
HeartbeatSeconds: 90,
Parameters: params,
...!step.End && { Next: step.XNextOnCatch || step.Next },
};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ Array [
"States": Object {
"CellSizeDistributionFilter": Object {
"End": true,
"HeartbeatSeconds": 90,
"Parameters": Object {
"config": Object {},
"experimentId": "testExperimentId",
Expand Down Expand Up @@ -243,6 +244,7 @@ Array [
"States": Object {
"ClassifierFilter": Object {
"End": true,
"HeartbeatSeconds": 90,
"Parameters": Object {
"config": Object {},
"experimentId": "testExperimentId",
Expand All @@ -264,6 +266,7 @@ Array [
"Type": "Map",
},
"ConfigureEmbedding": Object {
"HeartbeatSeconds": 90,
"Next": "EndOfPipeline",
"Parameters": Object {
"config": Object {},
Expand All @@ -280,6 +283,7 @@ Array [
"Type": "Task",
},
"DataIntegration": Object {
"HeartbeatSeconds": 90,
"Next": "ConfigureEmbedding",
"Parameters": Object {
"config": Object {},
Expand All @@ -302,6 +306,7 @@ Array [
"States": Object {
"DoubletScoresFilter": Object {
"End": true,
"HeartbeatSeconds": 90,
"Parameters": Object {
"config": Object {
"oneSample": Object {
Expand Down Expand Up @@ -349,6 +354,7 @@ Array [
"States": Object {
"MitochondrialContentFilter": Object {
"End": true,
"HeartbeatSeconds": 90,
"Parameters": Object {
"config": Object {},
"experimentId": "testExperimentId",
Expand Down Expand Up @@ -376,6 +382,7 @@ Array [
"States": Object {
"NumGenesVsNumUmisFilter": Object {
"End": true,
"HeartbeatSeconds": 90,
"Parameters": Object {
"config": Object {},
"experimentId": "testExperimentId",
Expand Down
Loading

0 comments on commit b65c6ad

Please sign in to comment.