Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feed fixes #167

Merged
merged 7 commits into from
Apr 29, 2021
Merged

Feed fixes #167

merged 7 commits into from
Apr 29, 2021

Conversation

goodboy
Copy link
Contributor

@goodboy goodboy commented Apr 15, 2021

Fixes some minor issues integrating persistent feeds with the clearing engine as well as adds some polish for running deamons in tractor's debug mode using a new --pdb flag.

Oh, and moved the data/__init__.py feed code into it's own submodule for easier organization in the future.

@goodboy goodboy requested a review from guilledk April 15, 2021 14:55
# send msg over IPC / wire
log.info(f'Send order cmd:\n{pformat(cmd)}')
yield cmd
print(cmd)
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the major hack of note 😂

We need proper broadcast channels as mentioned in goodboy/tractor#204 to avoid this re-insertion blasphemy.

@goodboy goodboy merged commit a89da98 into master Apr 29, 2021
@goodboy goodboy deleted the feed_fixes branch April 29, 2021 13:09
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.

None yet

1 participant