Skip to content

Instantly share code, notes, and snippets.

@lucab
Last active February 15, 2021 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lucab/9130e8dd34820c6b41d586fdd1c7580c to your computer and use it in GitHub Desktop.
Save lucab/9130e8dd34820c6b41d586fdd1c7580c to your computer and use it in GitHub Desktop.
Ignition 3.x, trying to merge a non-existing fragment, hard-failing in 60 seconds
{
"ignition": {
"version": "3.1.0",
"config": {
"merge": [
{
"source": "https://example.com/this-is-supposed-to-be-404"
}
]
},
"timeouts": {
"httpTotal": 60
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment