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
+1 -1
View File
@@ -526,7 +526,7 @@ const LeftSideBar = ({ userdata, serverside, globalUrl, notifications, }) => {
<Divider style={{ marginBottom: 10, }} />
<Typography color="textSecondary" align="center" style={{ marginTop: 5, marginBottom: 5, fontSize: 18 }}>
Version: 2.0.1
Version: 2.0.2
</Typography>
</Menu>
</span>
-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