github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/pkg/model/tasks/task_with_config.json (about)

     1  {
     2      "with": "",
     3      "do": "noop",
     4      "inputs": {},
     5      "meta": {
     6          "bacalhau/config": {
     7              "verifier": 1,
     8              "publisher": 2,
     9              "annotations": ["hello"],
    10              "resources": {
    11                  "cpu": 1,
    12                  "disk": 1073741824,
    13                  "memory": 1073741824,
    14                  "gpu": 0
    15              },
    16              "timeout": 300E9,
    17              "dnt": false
    18          }
    19      }
    20  }