Added a way to run worker.go standalone: go run worker.go standalone <execution_id> <authentication> <url>

This commit is contained in:
Frikky
2025-04-05 00:08:03 +02:00
parent 557c39c8fc
commit 04c28b08c7
9 changed files with 363 additions and 177 deletions
-3
View File
@@ -1868,8 +1868,6 @@ const ParsedAction = (props) => {
</Tooltip>
</IconButton>
{/* Disabled onprem due to worker bug */}
{isCloud ?
<Tooltip
title={
<Typography variant="body2" style={{margin: 3, }}>
@@ -1901,7 +1899,6 @@ const ParsedAction = (props) => {
Rerun
</Button>
</Tooltip>
: null}
{(selectedAction?.generated === true && selectedAction?.app_version === "1.0.0") || (selectedAction?.app_name === "Shuffle Tools" && selectedAction?.app_version !== "1.2.0") ?
<Button