Skip to content

Fixes and more#3526

Open
GuillaumeDSM wants to merge 16 commits into
devfrom
fixes
Open

Fixes and more#3526
GuillaumeDSM wants to merge 16 commits into
devfrom
fixes

Conversation

@GuillaumeDSM

Copy link
Copy Markdown
Member

requires #3520

@GuillaumeDSM GuillaumeDSM self-assigned this Jul 9, 2026
@GuillaumeDSM GuillaumeDSM requested a review from Herklos as a code owner July 9, 2026 21:30
@@ -0,0 +1,7 @@
{

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plop ?

result_data = await handle.get_result()
except Exception as e:
result_data = {"error": str(e)}
except Exception as error:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reminder to continue review here 😄

@GuillaumeDSM GuillaumeDSM force-pushed the fixes branch 3 times, most recently from d769b8d to 923a47d Compare July 9, 2026 22:31

@Herklos Herklos left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work ! 👍

id=octobot_node.constants.NON_TRADING_GENERIC_PROCESS_OCTOBOT_STRATEGY_ID,
version=octobot_node.constants.NON_TRADING_GENERIC_PROCESS_OCTOBOT_STRATEGY_VERSION,
name="Generic process OctoBot strategy",
reference_market="USDC",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we use a more global constant for this value ?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

right, i'll change this

return now_ms - int(retention_seconds * 1000)


def get_outdated_automation_execution_deletions(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@GuillaumeDSM

Copy link
Copy Markdown
Member Author

thanks, it's up !

@Herklos Herklos left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Comment on lines -691 to -705
ref_src = source_reference_tentacles_config or os.path.join(
working_directory, commons_constants.USER_FOLDER, "reference_tentacles_config"
)
ref_src = os.path.normpath(ref_src)
ref_dst = os.path.join(user_root, "reference_tentacles_config")
if os.path.isdir(ref_src):
if os.path.exists(ref_dst):
shutil.rmtree(ref_dst)
shutil.copytree(ref_src, ref_dst)
else:
os.makedirs(ref_dst, exist_ok=True)

# Marker last: if anything above failed, a partial tree will not look "prepared".
with open(marker_path, "w", encoding="utf-8") as marker_file:
marker_file.write("1")

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was removed

@GuillaumeDSM GuillaumeDSM force-pushed the fixes branch 2 times, most recently from 1535d30 to dcc5963 Compare July 11, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants