Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ow2-proactive
/
proactive-python-client-examples
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 6, 2025
Improve demo: support auto-discovery of node sources (#21)
Show description for 8670f2b
carolinepacheco
authored
8670f2b
View commit details
Copy full SHA for 8670f2b
Browse repository at this point
Commits on Apr 24, 2025
Refactor demo scripts for starting and stopping PSA service instances via REST
andrewssobral
committed
807ac4a
View commit details
Copy full SHA for 807ac4a
Browse repository at this point
Adding demo examples that use startServiceViaRest and finishServiceViaRest methods (#20)
dianajlailaty
authored
cc65a0a
View commit details
Copy full SHA for cc65a0a
Browse repository at this point
Commits on Apr 4, 2025
Fix IndentationError in demo_multi_job_node_source.py (#19)
carolinepacheco
authored
2fdfbb1
View commit details
Copy full SHA for 2fdfbb1
Browse repository at this point
Commits on Apr 3, 2025
Add demo script to run multiple jobs across node sources using ProActive Scheduler (#18)
carolinepacheco
authored
6a5987a
View commit details
Copy full SHA for 6a5987a
Browse repository at this point
Commits on Apr 2, 2025
Merge pull request #17 from ow2-proactive/demo-start-stop-service
Show description for 1225647
carolinepacheco
authored
1225647
View commit details
Copy full SHA for 1225647
Browse repository at this point
Commits on Mar 28, 2025
Add demo examples to start and stop service instances
dianajlailaty
committed
b97ac14
View commit details
Copy full SHA for b97ac14
Browse repository at this point
Commits on Feb 24, 2025
feat: Enhance demo_hardware_metrics.py to monitor hardware metrics with SSL verification disabled
andrewssobral
committed
09fc70d
View commit details
Copy full SHA for 09fc70d
Browse repository at this point
Commits on Feb 21, 2025
Merge branch 'main' of https://github.com/ow2-proactive/proactive-python-client-examples
andrewssobral
committed
7903ee3
View commit details
Copy full SHA for 7903ee3
Browse repository at this point
feat: Add demo script for Bash task submission to ProActive Scheduler
Show description for 0dce9a4
andrewssobral
committed
0dce9a4
View commit details
Copy full SHA for 0dce9a4
Browse repository at this point
Commits on Feb 6, 2025
Update demo_webapp.py to use Groovy for pre-script and manage external endpoint URLs
andrewssobral
committed
fabc908
View commit details
Copy full SHA for fabc908
Browse repository at this point
Commits on Feb 5, 2025
Add demo scripts for ProActive job submission with external and internal endpoints
andrewssobral
committed
b772e2f
View commit details
Copy full SHA for b772e2f
Browse repository at this point
Commits on Jan 30, 2025
Add demo_docker_run.py to demonstrate submitting a Docker task to ProActive Scheduler
andrewssobral
committed
1700a37
View commit details
Copy full SHA for 1700a37
Browse repository at this point
Commits on Jan 24, 2025
Adding a prescript and modifying stop button functionality (#16)
Show description for 2c23274
dianajlailaty
authored
2c23274
View commit details
Copy full SHA for 2c23274
Browse repository at this point
Commits on Jan 22, 2025
Add demo_monitoring_job_metrics.py to monitor CPU and memory metrics using ProActive Scheduler
carolinepacheco
committed
622809d
View commit details
Copy full SHA for 622809d
Browse repository at this point
Commits on Dec 26, 2024
Add demo_decorators_pre_post_script file (#15)
carolinepacheco
authored
97e7937
View commit details
Copy full SHA for 97e7937
Browse repository at this point
Commits on Dec 11, 2024
Adding flask webapp for dataframe viewing and editing (#14)
Show description for 37931ac
dianajlailaty
and
andrewssobral
authored
37931ac
View commit details
Copy full SHA for 37931ac
Browse repository at this point
Commits on Dec 5, 2024
Added demo_decorators_3controls file to demonstrate multiple controls (#13)
Show description for 2a306c8
carolinepacheco
authored
2a306c8
View commit details
Copy full SHA for 2a306c8
Browse repository at this point
Commits on Dec 4, 2024
Added demo_decorator_branch file to use branch decorator for if-else flow control. (#12)
carolinepacheco
authored
8027419
View commit details
Copy full SHA for 8027419
Browse repository at this point
Commits on Nov 27, 2024
Merge branch 'main' of https://github.com/ow2-proactive/proactive-python-client-examples
andrewssobral
committed
08ff2e8
View commit details
Copy full SHA for 08ff2e8
Browse repository at this point
feat: Display unique ProActive JMX URLs with node information in hardware metrics demo
Show description for 5b7f2a1
andrewssobral
committed
5b7f2a1
View commit details
Copy full SHA for 5b7f2a1
Browse repository at this point
Commits on Nov 26, 2024
Add demo decorator replicate file for demonstrating replication flow with decorators. (#11)
carolinepacheco
authored
a466d46
View commit details
Copy full SHA for a466d46
Browse repository at this point
Commits on Nov 22, 2024
Add demo_decorators_loop file (#10)
Show description for b239bf7
carolinepacheco
and
andrewssobral
authored
b239bf7
View commit details
Copy full SHA for b239bf7
Browse repository at this point
Commits on Nov 8, 2024
Added humanize python package
andrewssobral
committed
b9be52e
View commit details
Copy full SHA for b9be52e
Browse repository at this point
Add demo script for Task Execution with File Transfer using ProActive Decorators (#9)
carolinepacheco
authored
1d4da26
View commit details
Copy full SHA for 1d4da26
Browse repository at this point
Commits on Nov 5, 2024
feat(monitoring): Add demo script for hardware metrics monitoring
Show description for 828db2d
andrewssobral
committed
828db2d
View commit details
Copy full SHA for 828db2d
Browse repository at this point
Commits on Nov 4, 2024
Updated .gitignore
andrewssobral
committed
230bf9b
View commit details
Copy full SHA for 230bf9b
Browse repository at this point
Commits on Oct 28, 2024
Added demo script for using virtual environments with ProActive decorators (#8)
carolinepacheco
authored
ae5a058
View commit details
Copy full SHA for ae5a058
Browse repository at this point
Commits on Oct 23, 2024
Added example file for task decorators with runtime environment (#7)
carolinepacheco
authored
ae34f0e
View commit details
Copy full SHA for ae34f0e
Browse repository at this point
Commits on Oct 18, 2024
Added demo script for multi-language usage with new decorator shortcuts (#6)
Show description for 24a6e0d
carolinepacheco
and
andrewssobral
authored
24a6e0d
View commit details
Copy full SHA for 24a6e0d
Browse repository at this point
Commits on Oct 16, 2024
Multi-language example using decorators (#5)
Show description for d59321d
carolinepacheco
and
andrewssobral
authored
d59321d
View commit details
Copy full SHA for d59321d
Browse repository at this point
Commits on Oct 10, 2024
feat: Add demo for basic usage of task and job decorators (#4)
Show description for e0bf5e5
carolinepacheco
and
andrewssobral
authored
e0bf5e5
View commit details
Copy full SHA for e0bf5e5
Browse repository at this point
Commits on Sep 20, 2024
Add requirements.txt and comment to invoke setVirtualEnvFromFile in demo_virtualenv.py (#3)
Show description for fd110e6
carolinepacheco
and
andrewssobral
authored
fd110e6
View commit details
Copy full SHA for fd110e6
Browse repository at this point
Commits on Sep 6, 2024
Improved virtual_env demo script
andrewssobral
committed
80eedf9
View commit details
Copy full SHA for 80eedf9
Browse repository at this point
Commits on Aug 29, 2024
Updated README.md - Added missing examples
andrewssobral
committed
69ee929
View commit details
Copy full SHA for 69ee929
Browse repository at this point
Previous
Next
You can’t perform that action at this time.